You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Units Namespace > Classes > SignalUtils Class > SignalUtils Methods > BlackmanHarris Method > SignalUtils.BlackmanHarris Method ([In] TVec, TSignalWindowMode)
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
SignalUtils.BlackmanHarris Method ([In] TVec, TSignalWindowMode)

Blackman-Harris window.

Syntax
C#
Visual Basic
public static TVec BlackmanHarris([In] TVec Src, TSignalWindowMode WindowMode);

Applies BlackmanHarris window to Src. Window functions are applied to the signal prior to conversion to frequency domain with the FFT algorithm, to reduce the spectral leakage. Their side-effect is a lower frequency resolution. 

w[n] := 0.42323 - 0.49755*cos(2*Pi*n/(n-1)) + 0.07922*cos(4*Pi*n/(n-1)) 

0 <= n <= M - 1

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!